home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d27 / cms_qemm.arc / CONFIG.CMS next >
Encoding:
Text File  |  1991-07-07  |  5.0 KB  |  123 lines

  1. The following is a copy of my CONFIG.SYS file.  I managed to squeeze
  2. 637088 bytes (622.2K) out of MS-DOS 5.0 using Quarterdeck's QEMM-386 Memory
  3. Manager ver. 5.13.  The system running this setup is a 386DX-25 with 4 Meg.
  4. of RAM, using AMI Bios and the C&T Chipset.  No memory resident software is
  5. loaded through the AUTOEXEC.BAT file and it has therefore not been included.
  6.  
  7. So far I have not encountered any problems with this configuration and
  8. all my software including Windows 3.0 works great.
  9.  
  10. If you would like some help in getting the most out of your PC, please
  11. give me a call.  I run a company called CMS Consulting, and we offer
  12. many services including:   System Setup
  13.                            Software Sales & Installations
  14.                            Hardware Sales & Service
  15.                            Custom Software Development
  16.                            Training Courses
  17.                            and Much More...
  18.  
  19. Feel free to contact me:   Mike Sigmundt
  20.                            CMS Consulting
  21.                            4 Carnwath Cres.
  22.                            Willowdale, Ont.
  23.                            Canada, M2P 1J5
  24.                            (416) 730-1277
  25.  
  26. rem =========================================================================
  27. rem === CONFIG.SYS file using QEMM-386 and MS-DOS 5.0 - by CMS Consulting ===
  28. rem =========================================================================
  29.  
  30. rem === Install EMS and XMS memory manager and fill hi-memory with RAM
  31. DEVICE=c:\qemm\QEMM386.SYS RAM NR DMA=64 HANDLES=32 NOVIDEOFILL NOSORT
  32.  
  33. rem === Screen driver for VGA (supports 132 column mode, ANSI.SYS does not)
  34. DEVICE=c:\qemm\loadhi.sys /r:1 c:\dos\vga\VANSI.SYS
  35.  
  36. rem === DOS Version Program for Programs NOT Compatible with DOS 5.0
  37. DEVICE=c:\qemm\loadhi.sys /r:1 c:\dos\SETVER.EXE
  38.  
  39. rem === Hard Drive Cache Program, using 1 Meg. normally, only 256K in Windows
  40. DEVICE=c:\qemm\loadhi.sys /r:1 c:\dos\SMARTDRV.SYS 1024 256
  41.  
  42. rem === Install a 256K RAM disk, /E puts it into extended memory
  43. DEVICE=c:\qemm\loadhi.sys /r:1 c:\dos\RAMDRIVE.SYS 256 128 64 /E
  44.  
  45. rem === Install Logitech ScanMan driver for PC Paintbrush IV +
  46. DEVICE=c:\qemm\loadhi.sys /r:1 c:\dos\scanner\LOGITECH.SYS /C3 /D /H280 /W
  47.  
  48. rem === Install Microsoft Mouse driver
  49. DEVICE=c:\qemm\loadhi.sys /r:2 c:\dos\mouse\MOUSE.SYS /Y
  50.  
  51. rem === Instructs DOS 5.0 to Load itself into High Memory (no UMB with QEMM386)
  52. DOS=HIGH
  53.  
  54. rem === Enables control-c checking
  55. BREAK=ON
  56.  
  57. rem === Specify last DOS drive
  58. LASTDRIVE=E
  59.  
  60. rem === Specify no DOS stacks
  61. STACKS=0,0
  62.  
  63. rem === Allocate only 10 Buffers since SMARTDRIVE.SYS is being used
  64. BUFFERS=10
  65.  
  66. rem === Allow 60 DOS files handles, load 52 into hi-memory, 8 is DOS minimum
  67. FILES=8
  68. INSTALL=c:\qemm\loadhi.com /tsr /r:3 c:\qemm\FILES.COM +52
  69.  
  70. rem === Install DOS command line editor
  71. INSTALL=c:\qemm\loadhi.com /tsr /r:2 c:\dos\DOSKEY.COM /INSERT
  72.  
  73. rem === Install ATI VGA Screen Saver for 15 Minutes
  74. INSTALL=c:\qemm\loadhi.com /tsr /r:2 c:\dos\vga\VCONFIG.EXE SAVE 15
  75.  
  76. rem === Install print formfeed routine (CTRL-F to send formfeed)
  77. INSTALL=c:\qemm\loadhi.com /tsr /r:1 c:\extras\PFF.COM
  78.  
  79. rem === Install QDisk Directory Pop-up Program (ALT-TAB to Activate)
  80. INSTALL=c:\qemm\loadhi.com /tsr /r:2 c:\extras\QDISK.COM
  81.  
  82. rem === Where DOS finds command.com, /E increases environment variable space
  83. SHELL=c:\dos\COMMAND.COM C:\DOS\ /P /E:512
  84.  
  85. ===============================================================================
  86.  
  87. Following is a dump of the MEM /C command included with MS-DOS 5.0:
  88.  
  89. Conventional Memory :
  90.  
  91.   Name                Size in Decimal       Size in Hex
  92. -------------      ---------------------   -------------
  93.   MSDOS              11120      ( 10.9K)       2B70
  94.   QEMM386             2416      (  2.4K)        970
  95.   LOADHI               160      (  0.2K)         A0
  96.   LOADHI               160      (  0.2K)         A0
  97.   LOADHI               160      (  0.2K)         A0
  98.   LOADHI               208      (  0.2K)         D0
  99.   LOADHI               160      (  0.2K)         A0
  100.   LOADHI               160      (  0.2K)         A0
  101.   LOADHI                96      (  0.1K)         60
  102.   LOADHI                96      (  0.1K)         60
  103.   LOADHI                96      (  0.1K)         60
  104.   LOADHI                96      (  0.1K)         60
  105.   LOADHI                96      (  0.1K)         60
  106.   COMMAND             2880      (  2.8K)        B40
  107.   FREE                  96      (  0.1K)         60
  108.   FREE                  64      (  0.1K)         40
  109.   FREE              636928      (622.0K)      9B800
  110.  
  111. Total  FREE :       637088      (622.2K)
  112.  
  113. Total bytes available to programs :                           637088   (622.2K)
  114. Largest executable program size :                             636496   (621.6K)
  115.  
  116.    3620864 bytes total EMS memory
  117.    1654784 bytes free EMS memory
  118.  
  119.    3145728 bytes total contiguous extended memory
  120.          0 bytes available contiguous extended memory
  121.    1654784 bytes available XMS memory
  122.            MS-DOS resident in High Memory Area
  123.